type google.golang.org/grpc/internal/transport.connectionKey
3 uses
google.golang.org/grpc/internal/transport (current package)
http2_server.go#L1495: type connectionKey struct{}
http2_server.go#L1499: conn, _ := ctx.Value(connectionKey{}).(net.Conn)
http2_server.go#L1507: return context.WithValue(ctx, connectionKey{}, conn)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)